Config.mk: move directory list into BUILD_MAKE_VARS
authorOlaf Hering <olaf@aepfle.de>
Mon, 22 Sep 2014 13:00:01 +0000 (15:00 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 23 Sep 2014 09:14:16 +0000 (10:14 +0100)
commitc0f5ce5321c8189b64d2c8d3e6027feb03028c31
treef8ca2e2a86ec098a02645fc85d6dbd3a564ade7f
parent0021ddc1c1bd2b5851027426e3720b0e2c051934
Config.mk: move directory list into BUILD_MAKE_VARS

To maintain the list of directories in a single place, move the existing
list into its own variable and use it in buildmakevars2file.
Required for upcoming changes.
Trim also whitespaces.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Config.mk